home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / com_net / tcp / amitcp-sdk / netinclude / stat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-01  |  339 b   |  15 lines

  1. #ifndef STAT_H
  2. #define STAT_H \
  3.        "$Id: stat.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $ "
  4. /*
  5.  *      Unix compatible stat()
  6.  * 
  7.  *      Copyright © 1994 AmiTCP/IP Group,
  8.  *                       Network Solutions Development, Inc.
  9.  *                       All rights reserved.
  10.  */
  11. #ifndef SYS_STAT_H
  12. #include <sys/stat.h>
  13. #endif
  14. #endif
  15.